ImagXpress 13 for .NET - User Guide > How To > Load an Image > Load Image from Bitmap or DIB |
If the image to load is a bitmap (device dependent), call ImageX.FromHbitmap or ImageX.FromBitmap methods to load the image into the ImageX object. A copy of the source image loads into the ImageX object.
The ImageX.ImageStatusEvent event is raised to provide feedback on the status of the loading process. Once loading is complete, the image is available in the ImageX object.
If the image to load is a DIB, call ImageX.FromHdib method to load the image into the ImageX object.